-
-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 1.4.0 release #92
Conversation
🎉 This PR is included in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@thorwebdev thanks for this release, there are loads of good updates here. Can you tell me why you didn't bump to v2.0.0 given that there are 2 breaking changes in the release? |
@mrmartineau you're right, based on https://semver.org/#semantic-versioning-200 this should have been a major version change. sorry about that! |
BREAKING CHANGE a48a238: fix: remove
@supabase/ui
as dependency. If you are using the Auth component, please make sure to install@supabase/ui
separately in your project and importAuth
from there. Fixes Including UserProvider in my bundle added 100kbs #39; Fixes Update to React 18 #64; Fixes This library adds 155kB to the "First Load JS" for every single page on my site #69;BREAKING CHANGE ecdc5a2: fix: rename
withMiddlewareAuthRequired
towithMiddlewareAuth
and move it to@supabase/supabase-auth-helpers/nextjs/middleware
. Closes SplitwithAuthRequired
intowithPageAuthRequired
andwithApiAuthRequired
. #59; Fixes Node dependencies not supported in Edge Runtime (NextJS) #9019f53c3: feat: adds
withPageAuth
[docs] and deprecateswithAuthRequired
.8888b41: feat: adds
withApiAuth
[docs] and deprecateswithAuthRequired
.df984d0: fix: automtically refresh tokens. Fixes Do not swallow gSSP errors in withAuthRequired #72; Fixes Token expiration test is not accurate #77; Fixes Auth.refreshSession does not work inside API/getServerSideProps #83; Fixes Infinity refresh for the token after login #84; Fixes cannot find pathname of undefined #85;
862acf8: fix: refresh token automatically when user is updated. Fixes Update cookie anytime
getUser
is called. #62